@charset "UTF-8";
/**
 * // vim: set expandtab cindent tabstop=4 shiftwidth=4 fdm=marker:
// +----------------------------------------------------------------------+
// | The CompanyName Jolene                                                  |
// +----------------------------------------------------------------------+
// | Copyright (c) 2016, CompanyName Jolene. All rights reserved.            |
// +----------------------------------------------------------------------+
// | Authors: The PHP Dev Team, ISRD, CompanyName Jolene.                    |
// |                                                                      |
// +----------------------------------------------------------------------+
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-03-02 16:01:37
 * @version $Id$
 */
@font-face{
    font-family: 'tyfont';
    src : url('../fonts/tyfont.ttf');
}
@font-face{
    font-family: 'Times';
    src : url('../fonts/Times.ttf');
}
 body{
 	font-size: 12px;
 	color: #333;
 }

/**
 * 分页
 */
#page{
  text-align: center;
  overflow: hidden;
  clear: both;
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline;border:none;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#00a06e;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#00a06e;border-color:#00a06e}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;}


/**
 * index_top
 */
.index_top{
    height: 36px;
    line-height: 36px;
    background-color: #f7f6f2;
    border-bottom: 2px solid #00a06e;
}
.index_top a{
    padding: 0 10px;
}

/**
 * header
 */
.header{
    height: 126px;
    padding: 20px 0;
    position: relative;
}
.header .logo{
    width: 450px;
    float: left;
}
.header .logo img{
    width: 100%;
}

.index_menu{
    float: right;
    line-height: 80px;
    padding-top: 10px;
}
.index_menu li{
    float: left;
    font-size: 16px;
}
.index_menu li a{
    padding: 0 10px;
    font-family: 'tyfont';
}
.index_menu li:hover a{
    color: #00a06e;
}
.index_menu li:hover{
    background: url(../images/menu_bg.png) no-repeat center bottom 10px;
}
.index_phone{
    position: absolute;
    top: 0;
    right: 0;
    width: 290px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
}
.index_phone em{
    margin-right: 6px;
    font-size: 18px;
    color: #000;
}
.index_phone span{
    color: #fb8a05;
    font-size: 24px;
    font-weight: 550;
 }

.index_banner{
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 4px;
 }
 .index_banner img{
    width: 100%;
 }
 .index_banner  .slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 70px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: 0;
    outline: 0;
    z-index: 999;
}
.index_banner .slick-prev {
    left: 0px;
}
.index_banner .slick-next {
    right: 0px;
}
.index_banner .slick-prev:before,.slick-next:before{
    content: '';
    width: 72px;
    height: 72px;
}
.index_banner .slick-prev{
    background: url(../images/btn_left.png) no-repeat center;
}
.index_banner .slick-next{
    background: url(../images/btn_right.png) no-repeat center;
}



/**
 * index_main
 */
.index_main{
    overflow: hidden;
}

.index_server,.index_news,.index_about,.index_case{
    overflow: hidden;
    padding: 20px 0;
}

.index_title{
    text-align: center;
    padding: 20px 0;
}
.index_title h3{
    color: #42929d;
    font-size: 24px;
    font-weight: 550;
}
.index_title .line{
    width: 376px;
    border-bottom: 1px solid #333;
    margin: 0 auto;
    padding: 14px 0;
}
.index_title h4{
    width: 156px;
    font-size: 24px;
    font-weight: 550;
    background: #FFF;
    margin: 0 auto;
    margin-top: -20px;
}

.index_server{
    overflow: hidden;
}
.index_server .bdCont{
    overflow: hidden;
}
.index_server .bdCont dl{
    width: 368px;
    height: 386px;
    overflow: hidden;
    background: url(../images/server_bg.png) no-repeat;
    float: left;
    margin: 0 10px;
    margin-bottom: 20px;
}
.index_server .bdCont dl dt{
    height: 252px;
    overflow: hidden;
}
.index_server .bdCont dl dd h3{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.index_server .bdCont dl dd a.more{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-family: 'tyfont';
}
.index_server .bdCont dl:hover dd h3 a{
    color: #FFF;
}
.index_server .bdCont dl:nth-child(1){
     background: url(../images/server_bg01.png) no-repeat;
}
.index_server .bdCont dl:nth-child(1):hover{
     background: url(../images/server_h01.png) no-repeat;
}
.index_server .bdCont dl:nth-child(2){
     background: url(../images/server_bg02.png) no-repeat;
}
.index_server .bdCont dl:nth-child(2):hover{
     background: url(../images/server_h02.png) no-repeat;
}
.index_server .bdCont dl:nth-child(3){
     background: url(../images/server_bg03.png) no-repeat;
}
.index_server .bdCont dl:nth-child(3):hover{
     background: url(../images/server_h03.png) no-repeat;
}
.index_server .bdCont dl:nth-child(4){
     background: url(../images/server_bg04.png) no-repeat;
}
.index_server .bdCont dl:nth-child(4):hover{
     background: url(../images/server_h04.png) no-repeat;
}
.index_server .bdCont dl:nth-child(5){
     background: url(../images/server_bg05.png) no-repeat;
}
.index_server .bdCont dl:nth-child(5):hover{
     background: url(../images/server_h05.png) no-repeat;
}
.index_server .bdCont dl:nth-child(6){
     background: url(../images/server_bg06.png) no-repeat;
}
.index_server .bdCont dl:nth-child(6):hover{
     background: url(../images/server_h06.png) no-repeat;
}

.index_news .index_title{
    background: #00be6e;
    color: #FFF;
}
.index_news .index_title h3{
    color: #FFF;
}
.index_news .index_title .line{
    border-bottom: 1px solid #FFF;
}
.index_news .index_title h4{
    background: #00be6e;
}

.index_news .hd_tag{
    height: 56px;
    overflow: hidden;
    margin: 20px auto;
}
.index_news .hd_tag span{
    display: block;
    width: 380px;
    height: 50px;
    float: left;
    line-height: 50px;
    background: #e0dfdf;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 550;
    margin: 0 10px;
    cursor: pointer;
}
.index_news .hd_tag span.active{
    background: #00a06e;
    color: #FFF;
}

.index_news .bd_cont{
    overflow: hidden;
    padding: 20px 0;
}
.index_news .bd_cont ul{
    display: none;
    overflow: hidden;
}
.index_news .bd_cont ul.active{
    display: block;
}
.index_news .bd_cont dl{
    width: 588px;
    height: 162px;
    overflow: hidden;
    float: left;
    margin: 0 6px;
    margin-bottom: 20px;
}
.index_news .bd_cont dl dt{
    width: 156px;
    float: left;
}
.index_news .bd_cont dl dt img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;
}
.index_news .bd_cont dl dd{
    width: 408px;
    float: right;
}
.index_news .bd_cont dl dd h3{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 550;
}
.index_news .bd_cont dl dd .times{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.index_news .bd_cont dl dd .digest{
    color: #999;
    line-height: 24px;
}
.index_news .bd_cont dl:hover dd h3 a{
    color: #00a06e;
}
.index_news .bd_cont dl:hover dt img{
    -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform:scale(1.1);
}

.index_news .bd_cont .index_more{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: #00a06e;
    margin: 0 auto;
    margin-top: 20px;
}

.index_about{
    background: #f0f0f0;
    overflow: hidden;
}
.index_about .index_title h4{
    background: #f0f0f0;
}
.index_about .bd_cont .left{
    width: 464px;
    height: 248px;
    float: left;
    position: relative;
}
.index_about .bd_cont .left .box{
    width: 324px;
    height: 248px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border: 1px solid #6a7b99;
}
.index_about .bd_cont .left .img{
    position: absolute;
    top: 18px;
    left: 12px;
    width: 310px;
    height: 214px;
    overflow: hidden;
    cursor: pointer;
}
.index_about .bd_cont .left .img img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;
}
.index_about .bd_cont .left .img:hover img{
    -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform:scale(1.1);
}
.index_about .bd_cont .left .info{
    position: absolute;
    top: 20px;
    right:  -30px;
    width: 170px;
    padding: 10px 0;
    background: #f0f0f0;
}
.index_about .bd_cont .left .info h4{
    font-size: 18px;
    color: #42929d;
    margin-bottom: 10px;
    text-align: right;
}
.index_about .bd_cont .left .info h6{
    width: 104px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #6a7b99;
    border-left: none;
    border-right: none;
    font-size: 16px;
    text-align: center;
    float: right;
    color: #5f5f5f;
    font-weight: 550;
}
.index_about .bd_cont .right{
    width: 678px;
    height: 220px;
    float: right;
    background: url(../images/compny_more.png) no-repeat center right;
    overflow: hidden;
    position: relative;
}
.index_about .bd_cont .right .company_info{
    width: 540px;
    float: left;
}
.index_about .bd_cont .right .company_info h3{
    font-size: 24px;
    font-weight: 550;
    margin-bottom: 10px;
}
.index_about .bd_cont .right .company_info p{
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    font-family: 'tyfont';
}
.index_about .bd_cont .right .more{
    display: block;
    width: 76px;
    height: 26px;
    text-align: center;
    background: #00be6e;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    top: 74px;
    right: 40px;
}

.index_about .btn{
    overflow: hidden;
    margin-top: 40px;
}
.index_about .btn a{
    display: block;
    width: 400px;
    height: 228px;
    float: left;
}

.index_case .bd_cont{
    background: #00be6e;
    padding: 40px 0;
    overflow: hidden;
}
.index_case .bd_cont .marquee{
    overflow: hidden;
    height: 242px;
}
.index_case .bd_cont li{
    width: 280px;
    float: left;
    margin-left: 10px;
}
.index_case .bd_cont li .pic{
    width: 100%;
    height: 207px;
    overflow: hidden;
}
.index_case .bd_cont li .pic img{
    width: 100%;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;
}
.index_case .bd_cont li .title{
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}
.index_case .bd_cont li .title a{
    color: #FFF;
}
.index_case .bd_cont li:hover .pic img{
    -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform:scale(1.1);
}

.index_links{
    overflow: hidden;
    padding: 10px 0;
}
.index_links .title{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.index_links .title span{
    font-size: 18px;
}
.index_links .title em{
    font-size: 16px;
    margin-left: 10px;
}
.index_links .bd_cont{
    height: 60px;
    line-height: 60px;
}
.index_links .bd_cont a{
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
}


.footer{
    border-top: 8px solid #00a06e;
    overflow: hidden;
    padding: 20px 0;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.footer span{
    padding: 0 10px;
}

.page_title{
    overflow: hidden;
    margin-top: 20px;
}

.page_title h3{
    width: 310px;
    height: 92px;
    float: left;
    line-height: 92px;
    overflow: hidden;
    background: url(../images/page_title.png) no-repeat center;
    color: #FFF;
    font-size: 24px;
    padding-left: 120px;
    font-weight: 550;
}
.page_title .right_cont{
    width: 874px;
    float: right;
    overflow: hidden;
}
.page_title .right_cont .position{
    height: 30px;
    text-align: right;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.page_title .right_cont .page_menu{
    height: 60px;
    padding: 10px;
}
.page_title .right_cont .page_menu a{
    display: block;
    width: 160px;
    height: 34px;
    line-height: 34px;
    float: left;
    background: #a6a6a6;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    margin-bottom: 8px;
}
.page_title .right_cont .page_menu a:hover{
    background: #00a06e;
}

.view_page{
    overflow: hidden;
    padding: 20px 0;
}
.view_page h1{
    font-size: 24px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 10px;
}
.view_page .content{
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
}

.news_list,.photo_list{
    overflow: hidden;
    padding: 20px 0;
}
.news_list dl{
    width: 588px;
    height: 162px;
    float: left;
    margin: 0 6px;
    margin-bottom: 20px;
}
.news_list dl dt{
    width: 156px;
    height: 156px;
    overflow: hidden;
    float: left;
}
.news_list dl dt img{
    width: 100%;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;
}
.news_list dl dd{
    width: 408px;
    float: right;
}
.news_list dl dd h3{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 550;
}
.news_list dl dd .times{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.news_list dl dd .digest{
    color: #999;
    line-height: 24px;
}
.news_list dl:hover dd h3 a{
    color: #00a06e;
}
.news_list dl:hover dt img{
    -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform:scale(1.1);
}

.photo_list li{
    width: 370px;
    overflow: hidden;
    float: left;
    margin: 0 10px;
    margin-bottom: 14px;
}
.photo_list li .pic{
    width: 370px;
    height: 270px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    padding: 10px;
}
.photo_list li .pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;
}
.photo_list li .title{
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 550;
}
.photo_list li:hover .pic img{
    -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform:scale(1.1);
}


.view_details{
    overflow: hidden;
    padding: 20px 0;
    border:1px dashed #ddd;
    margin: 20px auto;
    padding: 20px 20px;
}
.view_details h1{
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 550;
}
.view_details  .details_title{
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #666;
}
.view_details  .details_title span{
    padding: 0 10px;
}
.view_details .content{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.view_foot{
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
}
.view_foot span{
    display: block;
}
.view_foot a:hover{
    color: #00be6e;
}

.message_list{
    clear: both;
    width: 400px;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 auto;
 }
 .message_list .mes_item{
    overflow: hidden;
    margin-bottom: 12px;
 }
 .message_list .mes_item label{
    margin-right: 12px;
    font-size: 14px;
    font-family: 'tyfont';
 }
 .message_list .mes_item .txt{
    width: 320px;
    height: 30px;
    border: 1px solid #ddd;
 }
  .message_list .mes_item textarea{
    width: 320px;
    height: 120px;
  }
  .message_list .mes_item #captcha{
    width: 120px;
    height: 30px;
    border: 1px solid #ddd;
  }
  .message_list  .captchaImg{
    width: 100px;
    height: 30px;
  }
  .message_list  .btn_submit{
    width: 140px;
    height: 36px;
    color: #FFF;
    background: #00be6e;
    border: none;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
  }

.server_list{
    overflow: hidden;
}
.server_list dl{
    width: 368px;
    height: 386px;
    overflow: hidden;
    background: url(../images/server_bg.png) no-repeat;
    float: left;
    margin: 0 10px;
    margin-bottom: 20px;
}
.server_list dl dt{
    height: 252px;
    overflow: hidden;
}
.server_list dl dd h3{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.server_list dl dd a.more{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-family: 'tyfont';
}
.server_list dl:hover dd h3 a{
    color: #FFF;
}
.server_list dl:nth-child(1){
     background: url(../images/server_bg01.png) no-repeat;
}
.server_list dl:nth-child(1):hover{
     background: url(../images/server_h01.png) no-repeat;
}
.server_list dl:nth-child(2){
     background: url(../images/server_bg02.png) no-repeat;
}
.server_list dl:nth-child(2):hover{
     background: url(../images/server_h02.png) no-repeat;
}
.server_list dl:nth-child(3){
     background: url(../images/server_bg03.png) no-repeat;
}
.server_list dl:nth-child(3):hover{
     background: url(../images/server_h03.png) no-repeat;
}
.server_list dl:nth-child(4){
     background: url(../images/server_bg04.png) no-repeat;
}
.server_list dl:nth-child(4):hover{
     background: url(../images/server_h04.png) no-repeat;
}
.server_list dl:nth-child(5){
     background: url(../images/server_bg05.png) no-repeat;
}
.server_list dl:nth-child(5):hover{
     background: url(../images/server_h05.png) no-repeat;
}
.server_list dl:nth-child(6){
     background: url(../images/server_bg06.png) no-repeat;
}
.server_list dl:nth-child(6):hover{
     background: url(../images/server_h06.png) no-repeat;
}